public virtual new T this[ string name ]; {get; set;}
'Declaration Public Overridable Shadows Default Property Item( _ ByVal name As String _ ) As T
'使用法 Dim instance As NamedObjectCollection(Of T) Dim name As String Dim value As T instance.Item(name) = value value = instance.Item(name)
NamedObjectCollection<T> クラス NamedObjectCollection<T> メンバ
© 2004-2015, GrapeCity inc. All rights reserved.